home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / xml4j.jar / com / ibm / xml / parser / StreamProducer.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-08-30  |  441 b   |  13 lines

  1. package com.ibm.xml.parser;
  2.  
  3. import java.io.IOException;
  4. import java.io.Reader;
  5.  
  6. public interface StreamProducer {
  7.    Source getInputStream(String var1, String var2, String var3) throws IOException;
  8.  
  9.    void closeInputStream(Source var1);
  10.  
  11.    void loadCatalog(Reader var1) throws IOException;
  12. }
  13.